home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
source
/
swagd-f
/
exec.swg
/
0002_EXECINFO.PAS.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1993-05-28
|
153 b
|
11 lines
{$M 4096,0,4096}
Uses
Dos, Prompt;
begin
ChangeShellPrompt('Hi There');
SwapVectors;
Exec(GetEnv('COMSPEC'),'');
SwapVectors;
end.